From: Neil Munro Date: Fri, 6 Aug 2010 10:27:51 +0000 (+0100) Subject: Staging: RT2860: Fixed the spacing error in oid.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~16303^2~3^2~789 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4819a3667eddde6837a57841a0ed796d0334be9e;p=linux-4.9.git Staging: RT2860: Fixed the spacing error in oid.h Fixed the single spacing error in oid.h. Signed-off-by: Neil Munro Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rt2860/oid.h b/drivers/staging/rt2860/oid.h index fd1c14192451..1704c27b2736 100644 --- a/drivers/staging/rt2860/oid.h +++ b/drivers/staging/rt2860/oid.h @@ -701,7 +701,7 @@ struct PACKED rt_rt_802_11_acl { struct rt_802_11_wds { unsigned long Num; - NDIS_802_11_MAC_ADDRESS Entry[24 /*MAX_NUM_OF_WDS_LINK */ ]; + NDIS_802_11_MAC_ADDRESS Entry[24 /*MAX_NUM_OF_WDS_LINK */]; unsigned long KeyLength; u8 KeyMaterial[32]; };